projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41a5b89
)
Add a space
author
Johan Dahlin
<johan@src.gnome.org>
Mon, 29 May 2006 21:51:01 +0000
(21:51 +0000)
committer
Johan Dahlin
<johan@src.gnome.org>
Mon, 29 May 2006 21:51:01 +0000
(21:51 +0000)
gtk/gtktreeview.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreeview.c
b/gtk/gtktreeview.c
index 183f3b9248640bab577be114f8a30ce15d00cfb5..5e018776727c17a834ef29299489cdf2deb45b51 100644
(file)
--- a/
gtk/gtktreeview.c
+++ b/
gtk/gtktreeview.c
@@
-12771,7
+12771,7
@@
gtk_tree_view_set_search_equal_func (GtkTreeView *tree_view,
GtkDestroyNotify search_destroy)
{
g_return_if_fail (GTK_IS_TREE_VIEW (tree_view));
- g_return_if_fail (search_equal_func !=NULL);
+ g_return_if_fail (search_equal_func !=
NULL);
if (tree_view->priv->search_destroy)
(* tree_view->priv->search_destroy) (tree_view->priv->search_user_data);